From 6d2695482b9c15faaa54302fcbdbc1dd73f55e63 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 22 Sep 2017 11:43:59 +0200 Subject: [PATCH] Clarify repository key format for build badges --- src/doc/book/src/reference/manifest.md | 3 +++ src/doc/manifest.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index e45fbc174..6a2fdc5f2 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -187,6 +187,9 @@ license-file = "..." # - There are also maintenance-related badges basesed on isitmaintained.com # which state the issue resolution time, percent of open issues, and future # maintenance intentions. +# +# If a `repository` key is required, this refers to a Github repository in +# `user/repo` format. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 8ae68d020..2650a516d 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -184,6 +184,9 @@ license-file = "..." # - There are also maintenance-related badges basesed on isitmaintained.com # which state the issue resolution time, percent of open issues, and future # maintenance intentions. +# +# If a `repository` key is required, this refers to a Github repository in +# `user/repo` format. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` -- 2.30.2